home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / auser231.zip / AUTOUSER.CFG next >
Text File  |  1992-07-03  |  6KB  |  102 lines

  1. ; ╔════════════════════════════════════════════════╗
  2. ; ║ AUTOUSER.CFG - Configuration file for AutoUser ║
  3. ; ╚════════════════════════════════════════════════╝
  4. ;
  5. ; This is a sample configuration file for AutoUser. You will most likely have
  6. ; to edit this file before you use AutoUser on your system. For more
  7. ; information on this file, please refer to the AUTOUSER.DOC file.
  8. ;
  9. ;
  10. ;
  11. ; ┌──USERS.BBS FILENAME─────────────────────────────────────────────────────┐
  12. ; │ The following line should contain the name (full path optional) of your │
  13. ; │ user file. (USERS.BBS & optionally USERSXI.BBS for RA 1.00 users)       │
  14. ; └─────────────────────────────────────────────────────────────────────────┘
  15. USERS.BBS
  16. ;
  17. ;
  18. ; ┌──MASS USER EDIT ONLY────────────────────────────────────────────────────┐
  19. ; │ If you do not wish to have AutoUser's Auto-adjust, Lottery or Top users │
  20. ; │ bulletins generation active, de-comment the following line. (you would  │
  21. ; │ do so if you wish to use the mass-user-edit function without having     │
  22. ; │ autouser do it's other things at the same time.)                        │
  23. ; └─────────────────────────────────────────────────────────────────────────┘
  24. ;NOAUTO
  25. ;
  26. ;
  27. ; ┌──AUTOLOG────────────────────────────────────────────────────────────────┐
  28. ; │ The following line must contain either an AUTOLOG ON or AUTOLOG OFF,    │
  29. ; │ depending on whether you wish to have autouser produce a logfile of the │
  30. ; │ security levels it has given various users.                             │
  31. ; └─────────────────────────────────────────────────────────────────────────┘
  32. AUTOLOG ON
  33. ;
  34. ;
  35. ; ┌──LOTTERY────────────────────────────────────────────────────────────────┐
  36. ; │ The following line controls AutoUser's Lottery function. If you do not  │
  37. ; │ wish to use the Lottery function, then set this line to LOTTERY OFF.    │
  38. ; │ Otherwise, this line should be in the format:                           │
  39. ; │                                                                         │
  40. ; │           LOTTERY [number of winners] [winning security level]          │
  41. ; └─────────────────────────────────────────────────────────────────────────┘
  42. LOTTERY 5 100
  43. ;
  44. ;
  45. ; ┌──TOP USERS BULLETIN GENERATOR───────────────────────────────────────────┐
  46. ; │ The following line controls AutoUser's Top Users Bulletin generator     │
  47. ; │ function. If you do not wish to use this option, then set this line to  │
  48. ; │ TOP OFF. Otherwise, this line should be in the format:                  │
  49. ; │                                                                         │
  50. ; │           TOP [ansi filename] [ascii filename]                          │
  51. ; └─────────────────────────────────────────────────────────────────────────┘
  52. TOP TOPUSERS.ANS TOPUSERS.ASC
  53. ;
  54. ;
  55. ; ┌──DEFAULT SECURITY LEVEL─────────────────────────────────────────────────┐
  56. ; │ This line sets the default security level used for AutoUser's auto-     │
  57. ; │ adjusting features, and the security level temporarily given to the     │
  58. ; │ winners of the previous day's lottery.                                  │
  59. ; └─────────────────────────────────────────────────────────────────────────┘
  60. 20
  61. ;
  62. ;
  63. ; ┌──SECURITY LEVELS TO QUALIFY─────────────────────────────────────────────┐
  64. ; │ This line should list the security levels you wish to auto-adjust, and  │
  65. ; │ which you wish to qualify for the lottery function, if used. AutoUser   │
  66. ; │ will not auto-adjust anyone's security level (note this does not affect │
  67. ; │ mass-user-edits) to anything but one of these levels.                   │
  68. ; └─────────────────────────────────────────────────────────────────────────┘
  69. 10 20 30 40 50
  70. ;
  71. ;
  72. ; ┌──UPLOAD:DOWNLOAD RATIOS─────────────────────────────────────────────────┐
  73. ; │ This line contains the file upload:download ratio that corresponds to   │
  74. ; │ each of the above security levels. The ratio is the best ul:dl ratio to │
  75. ; │ still be placed at each level. Note that the number of ratios must      │
  76. ; │ match the number of security levels listed above. If you do not wish    │
  77. ; │ the upload download ratios to have any effect, set the ratio for all    │
  78. ; │ levels BELOW the default security level to .00001, and all the ratios   │
  79. ; │ AT OR ABOVE the default security level to 1000.                         │
  80. ; └─────────────────────────────────────────────────────────────────────────┘
  81. 0.1250 0.3330 0.5000 1.0000 2.0000
  82. ;
  83. ;
  84. ; ┌──TYPE OF UL:DL RATIO────────────────────────────────────────────────────┐
  85. ; │ The following like should contain either RATIO TIMES or RATIO K,        │
  86. ; │ indicating whether you wish the upload:download ratios to be calculated │
  87. ; │ on the number of times the user has uploaded & downloaded, or the total │
  88. ; │ K of uploads and downloads they have transferred.                       │
  89. ; └─────────────────────────────────────────────────────────────────────────┘
  90. RATIO TIMES
  91. ;
  92. ;
  93. ; ┌──MESSAGE:CALL RATIOS────────────────────────────────────────────────────┐
  94. ; │ The remaining lines of AUTOUSER.CFG should list any message:call ratios │
  95. ; │ you wish to use (as a decimal), and the amount they should adjust the   │
  96. ; │ user's security level. For example, 1 10 would increase the security    │
  97. ; │ level by ten for any user who has a 1:1 or better message:call ratio.   │
  98. ; │ NOTE these must be in DECENDING order of security level changes.        │
  99. ; └─────────────────────────────────────────────────────────────────────────┘
  100. 1.5 20
  101. 1 10
  102.